From c074ee2cc9758c802f90aabfefab4c7f3948c6e3 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 5 May 2006 18:58:12 +0000 Subject: [PATCH] Publish proto for gs_get_container for geoniche. --- gpsbabel/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index ab9326fd0..28d15d2cb 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -651,6 +651,7 @@ time_t current_time(void); signed int month_lookup(const char *m); const char *get_cache_icon(const waypoint *waypointp); const char *gs_get_cachetype(geocache_type t); +const char *gs_get_container(geocache_container t); char * xml_entitize(const char * str); char * html_entitize(const char * str); char * strip_html(const utf_string*); -- 2.30.2